home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
wincron.arc
/
ATTNSRC.ARC
/
MAKEFILE
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-07
|
250 b
|
15 lines
CARGS= -c -AS -W2 -Gsw -Owi -Zpe
CC=cl $(CARGS)
.c.obj:
$(CC) $*.c > $*.err
OBJS=attn.obj
main.exe: $(OBJS) attn.def
link /NOD /NOE $(OBJS),attn.exe,,libw slibcew, attn.def;
rc -b attn.exe
attn.obj: attn.c attn.h